---
title: "Resend Documents"
method: POST
path: "/ ResendDocuments"
tags: ["Documents"]
---

# Resend Documents

`POST / ResendDocuments`

Resend of documents.

## Request body

- ResendDocuments
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TaxNumber` string, required — Legal Identification From Company
  - `HolderTaxNumber` string, required — Legal Identification From Company
  - `Documents` object[], required — Documents
    - `DocumentFile` string — Documents
    - `DocumentFormat` integer, nullable — Document type
    - `DocumentName` string — Document name
    - `DocumentType` 'SELF' | 'IDENTITY_FRONT' | 'IDENTITY_BACK' | 'ADDRESS_PROOF' | 'INCOME_PROOF' | 'DECLARATION_IR' | 'CORPORATE_BILLING_RELATIONSHIP' | 'PROOF_OF_COMPANY_ADDRESS' | 'SOCIAL_CONTRACT' | 'PROOF_OF_CORPORATE_INCOME' — Tipos de documentos
    - `Description` string — Description
    - `ExpirationDate` string, nullable — Expiration date
    - `DocumentKey` string — Document key for unique identification

## Response `200`

Ok

- ResendDocumentSuccess
  - `Success` string
  - `Message` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
